home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / edc206.zip / EDC.DOC next >
Text File  |  1990-10-23  |  19KB  |  420 lines

  1.                                 Easy DOS Commander (v2.06)
  2.  
  3.                            Copyright (c) 1990 by John J. Caputo
  4.  
  5. Easy DOS Commander is a simple to use, but powerful DOS utility.  It makes
  6. everyday file handling faster and easier for novices and pros alike.  It has
  7. all the DOS tools you use every day and then some.  All functions are one
  8. key-stroke commands.  You will never need DIR again.
  9.  
  10. You will find EDC is easier and faster than its competitors.  This is the
  11. only full function DOS shell which remains uncluttered and easy to use.
  12.  
  13. All you need to do is put EDC.EXE in a pathed directory and Easy DOS
  14. Commander will always be handy.  From your DOS prompt just type EDC and press
  15. enter.
  16.  
  17. ****************************************************************************
  18.                                     This is Shareware.
  19. Use this copy and evaluate it.  If (when) you decide you would like to keep
  20. this software, you are strongly encouraged to register a copy.  The
  21. registration fee is only $25.
  22.  
  23. Make checks payable to   John J. Caputo. 
  24.                          4830 S. Blvd. N.W. #9
  25.                          Canton, OH  44718
  26.  
  27. Registering your copy will help me to further enhance EDC and other products
  28. in the future.  You will also be entilted to free upgrades to future version
  29. of EDC.
  30.  
  31. All registered owners of v1.xx can upgrade for free.  I welcome any comments
  32. or suggestions.  My GEnie mail box is J.CAPUTO1
  33. *****************************************************************************
  34.  
  35. FILES:
  36.     EDC.EXE         Easy DOS Commander (v2.0)
  37.     EDC.DOC         This file
  38.  
  39.  
  40. SOME BACKGROUND:
  41.  
  42. Version 2.0 of EDC is a nearly a complete rewrite.  I moved from Turbo C 2.0
  43. to Turbo C++ 1.0.  Most of EDC has been rewritten in C++ taking advantage of
  44. object oriented techniques.  This aided greatly in creating a two directory
  45. display.  EDC 2.0 is comprised of 3,500 lines of C and C++ code combined.
  46.  
  47. I also added many new features to the this version.  Many of the ideas for
  48. the new features and improvements came from EDC users.  So keep sending
  49. comments and suggestions.  Of course I paid the most attention to the
  50. suggestions containing cash, but all are welcome.
  51.  
  52. See the list of features below.
  53.                                         FEATURES 
  54. _____________________________________________________________________________
  55.  
  56. -View directories in a scrolling window.
  57. -View 2 directories or drives at once.                **** New ****
  58. -View 2 directories stacked or side-by-side.          **** New ****
  59. -Use VGA 50 line mode.                                **** New ****
  60. -VGA palette editor.                                  **** New ****
  61. -CGA snow checking.                                   **** New ****
  62. -Change file selection criteria. 
  63. -Change file sort method.                             ** Improved *
  64. -Find file utility built in.                          **** New ****
  65. -Print directory listing. 
  66. -View any file.
  67. -Search for text in any file.
  68. -View/Print DBF structures.
  69. -Browse database files.
  70. -Print file(s).
  71. -View directory tree.
  72. -Quickly change directories/drives.
  73. -Copy files.                                          ** Improved *
  74. -Move files.                                          **** New ****
  75. -Delete files and directories.
  76. -Make new directories.
  77. -Rename files and directories.
  78. -Change file attributes.
  79. -Execute a program file from EDC.
  80. -Shell to DOS.
  81. -Execute a DOS command.                               **** New ****
  82. -Tag files for multiple operations.                   ** Improved *
  83. -Edit a file if with Qedit (An excellent Shareware text editor by SemWare).
  84. -Binary edit any file. Built in.                      **** New ****
  85. -Show various system information.
  86. -Pop up help screens.
  87. -Built in calculator.
  88. -Built in calendar.                                   **** New ****
  89.  
  90. SPECIFICATIONS:
  91. -Memory
  92.     Requires 180k of RAM minimum
  93.     
  94. -Monitor
  95.     Mono or Color (Looks best on Color)
  96.     VGA 50 line mode supported
  97.     CGA snow checking
  98. -Directory tree
  99.     Number of Directories limited by memory.
  100.     Up to 8 sub-directories deep
  101. -Files
  102.     Number of files/dir limited by memory.
  103.     View 1 or 2 file windows
  104. -Sort directories
  105.     by name (default)
  106.        date
  107.        extension
  108.        size
  109.        unsorted
  110. -Dbase file Structure
  111.     Up to 100 fields listed
  112. -Dbase browser
  113.     Up to 100 fields listed
  114.     Up to 53 Characters per field shown
  115. -File viewer
  116.     View any type of file
  117. -Binary editor
  118.     Edit any file
  119. -Desq view compatible
  120. The display screen is initially made up of 2 windows.
  121.  
  122.       1.) The directory listing window.  This is the large window
  123.           on the left side of the screen.  The title of the window
  124.           is the directory you are currently in.  This is the
  125.           window you will use to select files.  Use the cursor keys
  126.           to move from file to file.  The bottom of the screen
  127.           displays the commands which are available when you are
  128.           in the directory listing window.  F1 is for help and to
  129.           display additional commands/functions.
  130.  
  131.       2.) The Directory Information Window.  This is the last
  132.           window, in the upper right side of the screen.  This 
  133.           shows information about the directory and drive you 
  134.           are currently in.  It also displays the number of 
  135.           tagged files.
  136.  
  137. After you use Tab or Alt-S the screen will be split to show two directory
  138. windows.  Only one directory window can be active at a time.  To switch from
  139. one window to the next use the Tab key.  The active window is the one with
  140. the double line border and the shadow.
  141.  
  142. The screen also displays a clock in the upper left corner and the
  143. date in the upper right corner.  The amount of free ram is displayed in the
  144. upper left corner below the clock.
  145.  
  146. Commands are listed on bottom two rows of the screen.
  147.   
  148. ___________________________________________________________________________
  149. USAGE:
  150.     EDC [file-spec] [/m] [/b] [/s] [/v]
  151.         file-spec = start up file criteria.  optional
  152.         /m        = force mono colors.  optional   ( Use on lap-tops )
  153.         /b        = force bios video writes.  optional
  154.         /s        = force CGA snow checking.  optional
  155.         /v        = force VGA 50 line mode.  optional
  156. COMMANDS:
  157.  
  158. To activate a command press the capital letter displayed in the command
  159. name or the function key labeled with the command.
  160.  
  161. Attrib: 
  162.       Allows you to change file(s) attributes.  If no files are tagged the
  163.       current file will be changed.  If you have tagged files, they can all be
  164.       changed, you will be asked.  After selecting 'A'ttrib you will be asked
  165.       to give a +,- or = for each attribute.  + means add the attribute.  -
  166.       means remove the attribute.  = means leave the attribute the way it was. 
  167.       The current file attributes are displayed in the right column of the
  168.       file-list window in all but side-by-side mode.  Attributes include the
  169.       following: h=hidden, w=rdonly, s=system, b=archive.
  170.  
  171. Bedit:
  172.       Binary editor.  This allows you to edit the currently selected file. 
  173.       This is an easy to use hex editor.  The editor will edit any type of
  174.       file, one page at a time.  You will be prompted to save each page if
  175.       there were changes made.  Once you save a change, it is permanent.  It's
  176.       recommended that you make a copy of a file before editing it.
  177.  
  178.       Press F1 for help.
  179.  
  180. Copy: 
  181.       Allows you to copy a file to a new directory or disk.  You can also
  182.       create a new name for the file.  If you have tagged files, they can all
  183.       be copied to the path you give.  (You must specify a directory name not
  184.       a file name when copying tagged files.)  Esc can be used to halt copy
  185.       when it is finished with the current file.  If an error occurs while
  186.       copying, only those successfully copied will be untagged.
  187.  
  188. Delete: 
  189.       Allows you to delete a file or directory.  Attempting to deleting a
  190.       write protected file will cause an error.  If you have tagged files you
  191.       will be asked if you wish to delete them all.  You can use Esc to halt
  192.       delete in the middle of its operation.  
  193.  
  194.       When you delete a directory, all the files and sub directories in that
  195.       directory will be deleted.  (Use with caution)  You will be asked twice
  196.       before proceeding.
  197.  
  198. Edit: 
  199.       Allows you to edit the selected file.  This only works if you own Qedit
  200.       and it is in a pathed directory.  If you have another editor you can
  201.       rename it Q.EXE and it may work.
  202.  
  203.  
  204. Find:
  205.       Allows you to search for any file-spec on the current drive.  You will
  206.       be prompted for a file spec to search for.  You can use an DOS wild
  207.       cards or a complete file name.  If a/many match is found a list will be
  208.       displayed.  The list contains all directories for which the file was
  209.       found.  Point to the directory you wish to change to and press enter. 
  210.       If you press Esc you will not change directories.
  211.  
  212.       The system uses the directory tree (F6) to look for files.  When you
  213.       perform a search the trees is checked for existence.  If it exists the
  214.       search will be very very quick.  If the tree doesn't exist it will be
  215.       built before the search is performed.  This is all automatic.  The only
  216.       reason I'm sharing this with you is so your aware of why the first
  217.       search in a session is so much slower than the second.
  218.  
  219. Info:
  220.       Displays additional information about your machine.  Displays the amount
  221.       of memory, disk space, serial/parallel ports, etc.  Also displays
  222.       registration information.
  223.  
  224. Logo:
  225.       Displays copyright information.
  226.  
  227. Move: 
  228.       Move a single file or all tagged files to a new location.  This is a
  229.       slow but safe move.  The file is first copied to the new location.  If
  230.       there were no errors the old copy will be deleted.  The command works
  231.       the same as the copy command, except the source files are deleted after
  232.       the operation.
  233.  
  234. New: 
  235.       Allows you to create a new subdirectory from the current directory. 
  236.  
  237. Print: 
  238.       Allows you to print the selected file or all tagged files if you are in
  239.       multi-mode.  This sends output to PRN.  Esc will halt printing in the
  240.       middle.
  241.  
  242. Quit: 
  243.       Quits EDC. 
  244.  
  245. Rename: 
  246.       Allows you to rename the selected file or directory.
  247.  
  248. Switch:
  249.       Allows you to change drives or directories.  You can also change
  250.       directories by selecting a directory with the file pointer and pressing
  251.       V or Enter for view.  Pressing Esc will take you back one directory in
  252.       the tree and point to the directory you just came from.  You can also
  253.       change directories through the directory tree (F6).
  254.  
  255. Tag:
  256.       Allows you to tag and untag files.  When a file is tagged, it will be
  257.       marked with an asterisk (*).  When you tag a file the cursor will move
  258.       to the next file.  Tagged files have an effect only when you are in
  259.       Multi-mode.  Alt-T  Will retag all previously tagged files.  After EDC
  260.       performs an operation on tagged files it replaces the * with a %.  If
  261.       you press Alt-T all the %s will be retagged.
  262.  
  263. View:   (same as Enter key)
  264.       If you are pointing to a directory EDC will change to that directory.
  265.  
  266.       If you are pointing to a file EDC will view the file.  When you
  267.       initially select view EDC guesses what mode to go into.  If the file is
  268.       a text file it will be shown in the Variable mode.  This mode allows
  269.       easy viewing of text files.  For binary files select the Fixed mode by
  270.       pressing F.  To switch back to Variable mode press V.  The bottom right
  271.       of the screen displays the mode EDC is in.
  272.  
  273.       Press S for text search.  This option works in the Fixed mode only.  You
  274.       will be prompted for text to search for.  EDC will start it's search
  275.       from the bottom line of the screen, down.  If the text is found it will
  276.       appear on the bottom line of the screen.  If not, the last line of the
  277.       file will be displayed.   Q,Esc or Enter will exit the file viewer.
  278.  
  279.       Select F1 for help.
  280.  
  281. eXecute: 
  282.       Will execute the selected file.  When you quit your selected program you
  283.       will return to EDC.  Only EXE, COM, and BAT files can be executed. F1:   
  284.       Display a brief summary of all functions.  Press F1 in any of the
  285.       viewing screens for a summary of commands.
  286.  
  287. F2:
  288.       Print directory listing.  This will print the current directory to PRN. 
  289.  
  290. F3: 
  291.       Change file criteria.  This allows you to change what files appear in
  292.       the file listing.  You can use any DOS wild card for your criteria.  The
  293.       default is *.* which shows all files.  Regardless of the criteria, all
  294.       subdirectories of the current directory will be displayed.
  295.             Example:   if you want to show all EXE files enter
  296.                   *.EXE for your criteria.
  297.       Each file-view window has its own selection criteria.
  298.  
  299.       You can also select the file criteria from the command line when you
  300.       load EDC.
  301.             Example:   EDC  *.BAT     {Will show only batch files and
  302.             directories}
  303.  
  304. F4:
  305.       Rebuild current directory.  Reloads the current directory and list of
  306.       files.  All tags are removed.
  307.  
  308. F5:
  309.       Calendar.  This is a simple calendar.  Use the arrow keys to change
  310.       months and years.  Press Q or Esc to quit.  This can be popped up from
  311.       any screen.
  312.  
  313. F6:
  314.       View the directory tree for the current drive.  The first time you use
  315.       tree it needs to be built, this can take a few seconds.  Point to the
  316.       directory of your choice and press enter.  The directory tree will be
  317.       rebuilt every time you change disk drives.  If you wish to rebuild it
  318.       manually, press R.  Pressing Esc will exit the tree without changing
  319.       directories.
  320.  
  321.       Press F1 for help.
  322.  
  323. F7:
  324.       View DBF structure.  Displays the structure of a dBASE format file.  Use
  325.       the cursor keys to view the entire structure.  Q or Esc or F7 to quit. 
  326.       To print the database structure, while viewing the file press P for
  327.       print.
  328.  
  329.       Press F1 for help.
  330.  
  331. F8:
  332.       Browse through a DBF file.  Use the Up & Down arrow keys to move from
  333.       record to record.  The number of pages appears on the bottom of the
  334.       screen.  This is the number of field pages.  If you have more than one
  335.       page, use the PgUp and PgDn keys to view the other pages. Use Home to
  336.       goto the first record.  End to goto the last record.
  337.  
  338.       Q or Esc or F8 to quit.
  339.       Press F1 for help.
  340.  
  341. F9: 
  342.       Shell to DOS.  If you need to execute any DOS commands outside of EDC
  343.       you can quickly get to DOS and back again.  To return to EDC type EXIT
  344.       at the DOS prompt.
  345.  
  346. F10:
  347.       Calculator.   This is a simple four function calculator.  Very easy to
  348.       use.  The calculator can be popped up from any screen. Tab
  349.       Split/Switch directories.  The first time you press tab a second file-
  350.       list window will be displayed.  This creates the stacked directory
  351.       display.  Both lists function independently.  They can both point to
  352.       separate directories or drives.  They both maintain there own trees
  353.       (F6).  Using a second will use more memory, but EDC will probably use
  354.       less than 220k regardless of the size of your directories.
  355.  
  356.       Also use the Tab key to switch from one window to the next use the tab
  357.       key again.
  358.  
  359. 1           (The number one)
  360.       Display 1 directory.  This deletes the second file-list window.  The
  361.       second window will be closed and all memory restored.
  362.  
  363. Alt-C
  364.       Change color palette.  This is for VGA displays only.  EDC has 4
  365.       predefined color schemes.  You can press Alt-C from any screen to toggle
  366.       between color palettes.
  367.  
  368. Alt-P
  369.       Palette editor.  This is for VGA displays only.  You can use the palette
  370.       editor from any screen.  You can change any of the 16 text colors to any
  371.       of 64 colors.  To change a color use the up and down arrows to pointer
  372.       to the color you wish to change.  Use the left and right arrows to
  373.       decrease or increase the color number.  If you wish to save your changes
  374.       to affect most of your MS-DOS applications press 'S'.  If you wish to
  375.       restore DOS to its original colors press 'R'.
  376.  
  377. Alt-S
  378.       Side-by-Side directory display.  This will activate a second file-list
  379.       window.  This will display more files in each window than the stacked
  380.       display, but less information.  The file time and attributes are not
  381.       displayed.  Also the tagged info window will not be displayed.  Use the
  382.       Tab key to switch from one window to the next.
  383.  
  384.       This mode is handy for comparing two directories.  It is especially
  385.       handy in the VGA 50 line mode.
  386.  
  387. Alt-T
  388.       Retag files.  When you perform an operation like Copy or Attrib on
  389.       tagged files the tag is replaced with a %.  The % is not a tag, just a
  390.       reminder that the file was once tagged and used.  To retag these files
  391.       quickly press Alt-T.
  392.  
  393. Alt-V
  394.       VGA 50 line mode toggle.  This will toggle between 25 and 50 line modes. 
  395.       You must have a VGA color monitor to use this feature.  You must also be
  396.       in the Display 1 directory mode to change VGA modes.  Once in 50 line
  397.       mode you can use Tab or Alt-S to split the screen.
  398.  
  399. Alt-F3
  400.       Change the sort method of the files.  You can sort files by Name,
  401.       Extension, Size, Date, or Unsorted.  The default for EDC is to sort by
  402.       name.  After selecting a new sort method the directory list will be
  403.       rebuilt (F4).
  404.  
  405. Alt-F9
  406.       DOS Command.  This will prompt you for a DOS command to execute.  After
  407.       the command is executed you will be returned to EDC.  This can be faster
  408.       than F9 because you don't have to type EXIT when your finished.
  409.  
  410. ****************************** Updates **************************************
  411. v2.01       September 20, 1990
  412.             Minor bug fixes.
  413.  
  414. v2.02       October 1, 1990
  415.             Minor enhancements.
  416.  
  417. v2.06       October 23, 1990
  418.             Addition of VGA palette editor.
  419.             More hard error checking.
  420.